memory management algorithm meaning in English
存储管理算法
Examples
- Traditional memory management algorithms have some drawbacks when applied to temporary objects
摘要传统的内存管理方式在分配与释放临时对象的内存时存在一些局限。 - By introducing randomization into memory management algorithm , the likelihood that the attacker can predict the content to he overwritten was reduced
通过在内在管理系统中引入更多的随机性,使攻击者无法准确预测将要覆盖的内容,从而达到防范堆溢出攻击的目的。 - A kind of memory management algorithm for temporary objects is put forward in this paper , which improves the speed of memory allocation and release , has the constant time requiring , and avoids the memory fragmentation
本文提出了一种新的应用于临时对象的内存管理算法,该算法内存分配和释放的速度都很快,时间需求十分固定,同时还避免了内存碎片的产生。 - Additionally , a new address translation mechanism and related physical memory management algorithm are presented and analyzed , which hybrid the segment and segment - page addressing . object - oriented instructions are one of the features of jvm instruction set
另外,文中还提出了一种直接段式和间接段页式结合的寻址策略和地址转换技术以及相关物理存储器的管理算法,并对这些技术进行了全面的性能评价。